home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / DVANSI.TEC < prev    next >
Text File  |  1992-03-09  |  3KB  |  51 lines

  1. ID:AN ANSI.SYS in DESQview
  2. Quarterdeck Technical Note #110
  3. by Stan Young
  4. last revision:  10 February 1992
  5.  
  6.                        USING ANSI SERVICES IN DESQVIEW
  7.  
  8.      While you may load the ANSI driver in your CONFIG.SYS file, the ANSI 
  9. driver is not accessible to programs running in DESQview due to the way ANSI 
  10. is written.
  11.      Therefore, DESQview provides a replacement ANSI driver called DVANSI.COM.  
  12. You should try loading this program in the window before loading the program 
  13. that requires ANSI support.
  14.      The easiest way to do this is to create a DOS batch file called START.BAT 
  15. that has as the first line DVANSI and as the second line the command normally 
  16. used to start your program.  Assuming the program was called "MYPROG" the 
  17. batch file would read like this:
  18.  
  19.      C:\DV\DVANSI (or whatever the full path to DVANSI is)
  20.      MYPROG  (with a blank line after MYPROG)
  21.  
  22. Then put this batch file in the directory where you normally start the program 
  23. and run Change a Program, setting the option marked "Program:" to run the 
  24. batch file START.  When the window is opened, the batch file will load DVANSI 
  25. and then the program.
  26.      If you require the loading of special ANSI drivers, or would prefer to 
  27. use DOS's ANSI driver and you are running DESQview version 2.2 or greater, 
  28. there is a program (DEVICE.COM) on the DESQview disk that will allow this.  To 
  29. load the DOS ANSI driver using DEVICE.COM, your batch file would look as 
  30. follows (assuming the driver was in the C:\DOS directory and DEVICE.COM is in 
  31. C:\DV):
  32.  
  33.      C:\DV\DEVICE C:\DOS\ANSI.SYS
  34.      MYPROG
  35.  
  36.      If you need further help in creating batch files, consult your DOS 
  37. manual.
  38.      You may prefer to use DVANSI instead of DEVICE ANSI because DVANSI does 
  39. not write directly to screen, allowing a window in which you load DVANSI to 
  40. run in background or in a small window without virtualization or bleed-
  41. through, presuming that the program running in the window does not write 
  42. directly to the screen.  A newer version of DVANSI (written 20 January 1992) 
  43. that supports 50-line mode may be downloaded from the Quarterdeck BBS (310-314-
  44. 3227) by those who do not already have it.
  45.  
  46.   ************************************************************************
  47.   *This technical note may be copied and distributed freely as long as it*
  48.   *is distributed in its entirety and it is not distributed for profit.  *
  49.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  50.   ************************ E N D   O F   F I L E *************************
  51.